-- card: 41109 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4507 -- name: ----- HyperTalk script ----- on closeCard set visible of msg to false end closeCard -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=255 top=291 right=314 bottom=282 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp visual effect wipe up go to card id 42102 end mouseUp -- part 22 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=446 top=195 right=214 bottom=469 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp setcrossReference go to card id 9411 end mouseUp -- part 24 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=51 top=200 right=222 bottom=136 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev Card ----- HyperTalk script ----- on mouseUp visual effect scroll right go to previous card end mouseUp -- part 25 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=51 top=249 right=271 bottom=136 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Say Hello ----- HyperTalk script ----- on mouseUp global userName --the name in card field "User Name" on last --card in Home stack. Checked at startup. put "Hello " & userName into msg end mouseUp -- part contents for background part 1 ----- text ----- Scripts contain commands that HyperCard understands and carries out. You can do a lot with just three commands: Specifies a fancy visual transition that happens with the next Go command. Goes to a card using the specified visual effect. (HyperCard generates this when you click LinkTo.)* Moves something—text, numbers, or a date, for example—from one place to another. You might put a field's contents in the Message box or into another field. -- part contents for background part 44 ----- text ----- Basic commands visual effect go put -- part contents for background part 43 ----- text ----- 267,189 -- part contents for background part 2 ----- text ----- Introduction to HyperTalk (cont.)